home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Tools / Win95 Secrets / SETUP.Z / SHOWWND.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-19  |  497 b   |  22 lines

  1. //==================================
  2. // SHOWWND - Matt Pietrek 1995
  3. // FILE: SHOWWND.H
  4. //==================================
  5.  
  6. #define ICON_1  1
  7. #define IDC_LB_MAIN_LIST    101
  8. #define IDC_LB_DETAILS      102
  9. #define IDC_BUTTON_EXIT     103
  10. #define IDC_DETAILS_TYPE    104
  11. #define IDC_BUTTON_REFRESH  105
  12.  
  13. #define LB_ITEM_WND             1
  14. #define LB_ITEM_CLASS           2
  15. #define LB_ITEM_QUEUE           3
  16.  
  17. typedef struct
  18. {
  19.     DWORD   value;
  20.     LPSTR   name;
  21. } DWORD_FLAGS;
  22.